ComponentOne ASP.NET MVC Controls
OnClientIsDroppedDownChanging Method (DropDownBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<T,TControl,TBuilder> Class : OnClientIsDroppedDownChanging Method
The value.
Configurates the C1.Web.Mvc.DropDown<T>.OnClientIsDroppedDownChanging client event. Occurs before the drop down is shown or hidden.
Syntax
'Declaration
 
Public Function OnClientIsDroppedDownChanging( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientIsDroppedDownChanging( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<T,TControl,TBuilder> Class
DropDownBuilder<T,TControl,TBuilder> Members